Input for WinForms | ComponentOne
C1.Win.Collections.ObjectModel Namespace / ObservableKeyValuePair<TKey,TValue> Class
The type of the key.
The type of the value.
Members

In This Topic
    ObservableKeyValuePair<TKey,TValue> Class
    In This Topic
    Defines a key/value pair that can be set or retrieved.
    Syntax
    'Declaration
     
    
    Public Class ObservableKeyValuePair
        (Of TKey,TValue) 
    public class ObservableKeyValuePair<TKey,TValue> 
    Type Parameters
    TKey
    The type of the key.
    TValue
    The type of the value.
    Inheritance Hierarchy

    System.Object
       C1.Win.Collections.ObjectModel.ObservableKeyValuePair<TKey,TValue>

    See Also